SQLDisconnect

 

The SQLDisconnect function is a SQL function that breaks the connection to the database.

 

void @SQLDisconnect(int id);

 

Parameters

int id : Access number connected by SQLConnect

 

Return Value

None

 

Example

@SQLDisconnect($AddrID);

 

Description : Disconnect the database linked by the AddrID tag value..

 

Related Helps

SQLConnect()

SQLCreateTable()

SQLDelete()

SQLExecute()

SQLFirst()

SQLGetPos()

SQLInsert()

SQLLast()

SQLNext()

SQLPrepare()

SQLPrev()

SQLSelect()

SQLSetPos()

SQLUpdate()